body {
    background-color: #959e7b;
}

.header-blog {
    font-weight: 300;
    font-size: var(--font-size-h2);
    line-height: 100%;
    letter-spacing: 0;
}

.grid-section {
    margin-top: 30px;
}
.accordion-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.collapse-image {
    height: 500px;
    width: -webkit-fill-available;
    object-fit: cover;
}
.arrow-svg {
    transition: transform 0.4s ease;
}

.services-question.active .arrow-svg {
    transform: rotate(90deg); 
}

.services-question {
    cursor: pointer;
    user-select: none;
}

.reserve-center {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.reserve-about{
    margin-top:7rem;
    margin-bottom:1rem;
    font-family: "Alexandria", sans-serif;
    font-weight: 100;
    font-size: var(--font-size-body);
    line-height: 30px;
    color: white;
}

.clearfix,
.last-section,
.second-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.accordion-body {
    font-family: "Alexandria", sans-serif;
    padding: 0 10px;
    font-weight: 200;
    font-size: var(--font-size-h5);
    line-height: 30px;
    letter-spacing: 0;
    color: white;
    opacity: 0.8;
    border-bottom: none;
    transition: max-height 0.4s ease, opacity 0.4s ease, border-bottom 0.4s ease;
}

.accordion-body.show {
    line-height:25px;
    max-height: 1000px;
    opacity: 1;
    border-bottom: 1px solid #FFFFFF;
}

.arrow-icon {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.accordion-title1 {
    font-family: "Alexandria", sans-serif;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    font-weight: 200;
    font-size: var(--font-size-body);
    line-height: 47px;
    letter-spacing: 0;
    color: white;
    margin-top: 40px;
}

.second-text,
.first-text{
    margin-top:10%;
}
.first-photo{
    margin-left:15%;
}

.first-photo::before {
    content: "";
    position: absolute;
    top: 50%;    
    left: 58%;
    transform: translate(-50%, -50%);

    width: 60%; 
    height: 120%;
    
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 0px; 
}
.second-photo::before{
      content: "";
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: -1; 
}
.photo-coll::before{
         content: "";
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: -1; 
}
@media(min-width:1300px) and (max-width:1700px){
    .first-photo::before,
    .second-photo::before,
    .photo-coll::before{
                 height: 113%;
        width: 63%;
    
}
}
.second-photo{
    margin-right:15%;
}

.second-text p,
.first-text p{
    margin-top:2rem;
    text-align:left;
}
.second-text h1,
.first-text h1{
    text-align:left;
}
 
.second-text p{
    margin-top:2rem;
    text-align:left;
}
.first-photo img,
.second-photo img{
    width:100%;
    height:500px;
    object-fit:cover;
}
.blog-img {
    height: auto;
    margin-top: 0 !important;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-blog {
 width: 100%;
    margin-top: 100px;
    height: 850px;
    object-fit: cover;
    display: block;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 1rem;
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    font-size: var(--font-size-h2);
}
.reserve-about h1,
.about-section h1 {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-h2);
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    text-align: left;
}
.about-section{
    margin-top:90px!important;
}

.about-section p {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body);
    line-height: 30px;
    text-align: left;
    color: white;
}


.last-section h1 {
    font-family: "Aleo", serif;
    font-weight: 400;
    font-size: var(--font-size-display-md);
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.last-section p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.last-section a {
    padding: 5px 40px;
    background-color: #eef2e2;
    color: #474B3D;
    border: 2px solid #eef2e2;
    border-radius: 6px;
    font-size: var(--font-size-button);
    cursor: pointer;
    font-family: "Alexandria", sans-serif;
    text-decoration: none;
}

    .last-section a:hover {
        background: #959e7b;
        color: white;
        border: 2px solid white;
    }

.accordion-body a {
    color: #777e62;
    font-weight: 600;
}

.accordion-body ul {
    list-style: none;
    padding-left: 0;
}

    .accordion-body ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 6px;
        font-family: "Alexandria", sans-serif;
        font-weight: 100;
        font-size: var(--font-size-card-subtitle);
    }

        .accordion-body ul li::before {
            content: "\f3c5";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
        }

@media (max-width: 400px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .text-about.second-text {
        margin-top: 25% !important;
    }
    .about-blog {
        margin-top: 70px;
    }
    .about-blog{
        height:auto;
    }
    .bottom-image {
        width: 80%;
        margin: 0 auto;
    }

    .last-section,
    .second-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .collapse-image,
    .first-photo img, .second-photo img {
    height: auto;
}
.first-photo{
    margin-left:0;
}
    .accordion-title1 {
        line-height: 36px;
    }
.first-text{
    margin-top:0;
}
.second-photo {
    margin-top: 10px;
    margin-right: 0;
}
}

@media (max-width: 1000px) {
    .blog-img {
        height: auto !important;
    }
    .last-section h1 {
        font-size: var(--font-size-card-title) !important;
        margin-top: 0 !important;
    }

    .last-section p {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: none;
        width: 85% !important;
        margin: 0 auto;
    }

}


@media (min-width: 974px) and (max-width: 1079px) {
    .second-photo {
        margin-top: -10px;
        margin-right: 0;
    }

    .first-photo {
        margin-left: 0;
    }

    .second-text,
    .first-text {
        margin-top: 0;
    }
  
        .first-photo::before,
    .second-photo::before,
    .photo-coll::before{
         width: 68%;
         height:120%;
         top:50%;
         left:50%;
    
}
}
@media (min-width: 768px) and (max-width: 973px) {
   .first-photo img, .second-photo img, .collapse-image {
       height:auto;
   }
           .first-photo::before,
    .second-photo::before,
    .photo-coll::before{
       
         height:auto;
   
    
}
}
@media(max-width:768px){
    .about-section {
    margin-top: 0px !important;
}
       .first-photo::before,
    .second-photo::before,
    .photo-coll::before{
         width: 68%;
         height:120%;
         top:50%;
         left:50%;
    
}
.photo-coll{
    margin-top:40px;
}
.reserve-about{
    margin-top:5rem;
}
.first-text{
    margin-bottom:3rem;
}
}

